.main-list {
    width: calc(100% - 300px);
    height: 100%;
}

/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .main-list {
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        margin-top: 60px;
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .main-list {
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        margin-top: 60px;
    }
}




.list-title {
    color: #07718b;
    background-color: #fff;
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
}

.list-content {
    /* padding: 10px; */
    height: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
}

.category {
    background-color: #130d13;
    padding: 5px;
    margin: 5px;
    min-width: 200px;
    color: #07718b;
}

.category .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}


/* Visualisation User */
.main-view {
    width: calc(100% - 300px);
    height: 100%;
}

/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .main-view {
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        margin-top: 60px;
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .main-view {
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        margin-top: 60px;
    }
}


.view-title {
    color: #07718b;
    background-color: #fff;
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
}

.view-title-beetween {
    color: #07718b;
    background-color: #fff;
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    margin-bottom: 5px;

}

.view-title-beetween .btn-title {
    height: 40px;
    font-size: 15px;
}

.line-view-data {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    background-color: white;
    height: 40px;
}

.line-view-data:hover {
    border-bottom: 1px solid black;
}

.view-label {
    min-width: 200px;
}

/* .view-data {} */

.div-title-center {
    color: #07718b;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.view-sub-title {
    color: #07718b;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    font-weight: 700;
}


/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .view-title-beetween {
    font-size: 16px;
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .view-title-beetween {
    font-size: 16px;
    }
}